Overview

What Is VSFlexData
VSFlexData is a flexible object that makes data management in Visual Basic a snap! It gives you the ability to easily write powerful and flexible data structures and concentrate on your actual task, rather than spending time and resources on creating and maintaining complex data structures to hold your application data. Certain data structures that VB programmers were always deprived of, are now possible with VSFlexData. Other things that were too complicated or time consuming, are now easier and faster than ever!

VSFlexData can disguise itself as one of the several internal data structures (e.g. arrays, maps, queues, stacks etc.) with a couple of lines of code. You can also create and maintain your own complex data structures with a great ease.

The best thing about VSFlexData is that it's a self contained object, smart enough to know how to write itself to a file, and read itself back from a file. It also provides a method for you to quickly examine the contained data for quick and easy debugging. Also you can clone a VSFlexData to create copies of a given VSFlexData object in memory.